home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
XAMPP 1.4.14
/
xampp-win32-1.4.14-installer.exe
/
xampp
/
install
/
config.awk
< prev
next >
Wrap
Text File
|
2004-02-26
|
381b
|
13 lines
BEGIN {
# ORS="\\r\\n";
# SUBSTIT="\\\\xamppcoffee";
# DIR="D:\\xampp";
# server_cmd = "D:\\xampp\\install\\server.xml";
while (getline < CONFIG) {
gsub(SUBSTIT,DIR,$0);
print $0 > CONFIGNEW
}
# print "@rem Installation Program, second part" > "D:\\xampp\\install\\inst.bat"
# D:\xampp\install\awk -v DIR="C:\\xampp" -f D:\xampp\install\test.awk
}